C1.Web.Mvc Namespace / FlexChartBase<T> Class / RenderBeginTag Method
The specified writer used to write the markup

In This Topic
RenderBeginTag Method (FlexChartBase<T>)
In This Topic
Renders begin tag of control.
Syntax
'Declaration
 
Protected Overridable Sub RenderBeginTag( _
   ByVal writer As HtmlTextWriter _
) 
 

Parameters

writer
The specified writer used to write the markup
See Also